How to develop a Windows driver|Device driver development|xp drivers|install windows from windows

2017-11-11 1

How to develop a basic Hello World Device Driver and call its functions from a C#.NET windows Application\r
Visit : for more details and source code\r
\r
Main Tasks\r
\r
1. Create a basic Hello world driver (c/c++/WDK).\r
2. Create a Test Console Application in C /C++. \r
2. Create a intermediate component DLL in VC++/Managed c++ which Calls the Driver methods.\r
3. Create a user interface (C#.Net) and call the DLL.